This function is intended to use inside of the LC_EVENT_ADDSTR
event procedure, for adding an application specific strings.
In order to support a localization, any string must be accessed in application with
the lcStrGet function.
BOOL lcStrAdd (
LPCWSTR szTag,
LPCWSTR szText
);
Parameters
szTag
Tag for text string.
szText
Text string.
Return Value
If the function succeeds, the return value is nonzero (TRUE).